home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
Word-Safari.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-02-25
|
239b
|
12 lines
totalbytes = _root.getBytesTotal();
bytesloaded = _root.getBytesLoaded();
percent = int(bytesloaded / totalbytes * 100);
if(percent < 0)
{
percent = 0;
}
tellTarget("_root.loader")
{
gotoAndStop(int(_root.percent / 2));
}